neighborhood_function_calculate Interface

interface
public function neighborhood_function_calculate(my_neigh_fn, geometric_distance) result(n)

Arguments

Type IntentOptional Attributes Name
class(neighborhood_function_base) :: my_neigh_fn

A neighborhood_function_base object

real(kind=wp), intent(inout) :: geometric_distance

A real variable with the geometric or grid distance of a SOM unit

Return Value real(kind=wp)

A real variable with the value of the neighborhood function

Description

Subroutine template to calculate function Import section